Xbasic

UI_MODELESS_DLG_CLOSE Function

Syntax

L UI_MODELESS_DLG_CLOSE(C title)

Arguments

title

The title of the dialog.

Description

Close an named modeless dialog box, returns .T. if dialog was found, .f. if dialog is not open.

Discussion

The UI_MODELESS_DLG_CLOSE() function closes a modeless dialog box.

Example

This example creates a modeless dialog box, then closes it.

ui_modeless_dlg_box("Visible Xdialog",<<%dlg%
<20,3Click Here>
%dlg%)
ui_modeless_dlg_close("Visible Xdialog")

See Also